#pedigree.bloc {
  border: 1px solid #ccc;
  margin: 20px 0px;
  /*background-color: #fff;*/
  border-radius: 10px;
}
#pedigree.bloc:first-child {
  margin-top: 0;
}
#pedigree.bloc .bloc-content {
  overflow-x: auto;
}
#pedigree.bloc .bloc-title {
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
  padding-bottom: 5px;
  padding: 15px;
  text-transform: uppercase;
}
#pedigree .table-pedigree tr td {
  vertical-align: middle;
}
#pedigree .table-pedigree tr td > span {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#pedigree .table-pedigree tr td > span i {
  margin: 5px;
}
#pedigree .table-pedigree tr td .max-w200 {
  max-width: 200px;
}
